-- background: 2812 from stack: in.0 -- bmap block id: 4693 -- flags: 4000 -- background id: 0 -- name: ----- HyperTalk script ----- on idle end idle -- part 15 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=13 top=294 right=323 bottom=45 -- title width / last selected line: 0 -- icon id / first selected line: 21700 / 21700 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris open go Home end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=455 top=292 right=338 bottom=508 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp put the userLevel into saveLevel set the userLevel to 3 if the userLevel < 3 then exit mouseUp if the freeSize of this stack > 0 then domenu "compact stack" push card visual effect dissolve go to card id 6479 set the cursor to 1 tabkey end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=455 top=240 right=284 bottom=510 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp put the userLevel into saveLevel set the userLevel to 3 if the userLevel < 3 then exit mouseUp if the freeSize of this stack > 0 then domenu "compact stack" push card visual effect dissolve go to card id 5848 set the cursor to 1 tabkey end mouseUp -- part 28 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=453 top=181 right=223 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 32462 / 32462 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp push card Visual effect dissolve to white go to card id 4298 end mouseUp